@media screen and (max-width: 1024px) {
#banner {
	height: 100px;
	width: 100%;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	clear: both;
}
#header {
	text-align: center;
	margin: auto;
	width: 100%;
	height: 50px;
}
#menu{
	display: inline-block;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center -5px;
	cursor: pointer;
	background-image: url(../image/menu.png);
	background-color: #FFF;
	float: right;
	height: 40px;
	margin-top: 10px;
	margin-right: 30px;
}
#menu:hover{
	background-position: center -55px;
	background-color: #8b94a5;
}
#logo {
	height: 50px;
	background-color: #FFF;
	text-align: left;
	width: 50%;
	float: left;
}
#language {
	clear: both;
	text-align: left;
	display: none;
	z-index: 400;
	position: absolute;
	width: 100%;
	top: 60px;
	background-color: #efefef;
}
#language a {
	color: #000;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	width: 50%;
	text-align: center;
}
#navigation {
	clear: both;
	text-align: left;
	display: none;
	z-index: 400;
	position: absolute;
	width: 100%;
	top: 50px;
}
#navigation ul {
	margin: auto;
	text-align: left;
	display: block;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #ddd;
}
#navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	overflow: visible;
}
#navigation ul li a {
	color: #000;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
	font-weight: bold;
}
#navigation ul li a strong {
	display: block;
	padding-top: 5px;
	margin-top: -5px;
	margin-left: -10px;
	padding-left: 10px;
	margin-right: -10px;
	margin-bottom: -5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#navigation ul li ul li a {
	font-weight: normal;
}
#footer {
	text-align: center;
	width: 100%;
	line-height: 200%;
	background-color: #505050;
	font-size: 14px;
	padding-top: 20px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FF9900;
}
#footer_navigation ul li{
	display: inline-block;
}
#footer_navigation a {
	list-style-type: none;
	display: inline-block;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#footer_navigation a:first-child {
	border-left-style: none;
}
#footer_content {
	text-align: center;
	margin: auto;
	color: #FFF;
	padding-top: 20px;
	line-height: 150%;
}
#content {
	text-align: left;
	clear: both;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	margin: auto;
}
#content h1 {
	color: #000;
	font-size: 28px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	margin-bottom: 20px;
	font-weight: normal;
}
#content-main {
	padding: 10px;
}
#content-main h1{
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 24px;
}
#content-main p{
	line-height: 200%;
	text-indent: 2em;
}
#content-menu {
	margin: 0px;
	padding: 0px;
	background-color: #cfd7db;
}
#content-menu-down{
	background-image: url(../image/content-menu-down.png);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
	position: absolute;
	height: 50px;
	width: 100%;
	z-index: 300;
}
#content-menu h2 {
	background-image: url(../image/left_h2.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 36px;
	font-size: 16px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#content-menu h2 em {
	color: #bebebe;
	font-size: 12px;
	padding-left: 10px;
	font-style: normal;
}
#content-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: none;
}
#content-menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content-menu ul li a {
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 46px;
	font-size: 14px;
	display: block;
	color: #848484;
}
#content-menu ul li a:hover {
	background-color: #B3BCC1;
	color: #FFFFFF;
}
#content-menu ul li a em {
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 10px;
	font-style: normal;
}
#content-menu ul .active a {
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 46px;
	font-size: 14px;
	display: block;
	background-color: #abb6bb;
	color: #FFF;
}
#content-contact-down{
	background-image: url(../image/content-menu-down.png);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
	position: absolute;
	height: 50px;
	width: 100%;
	z-index: 300;
}
#content-contact {
	display: none;
}
#location {
	margin: 0px;
	color: #999;
	font-size: 12px;
	padding-bottom: 20px;
}
#content-neirong {
	margin: 0px;
}
#content-neirong h1,#content-neirong h2,#content-neirong h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content-neirong h1 {
	font-size: 20px;
}
#content-neirong h2 {
	font-size: 16px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f9f9f9;
}
#content-neirong h3 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-indent: 2em;
}
#content-neirong p {
	text-indent: 2em;
	line-height: 200%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content-neirong table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
#content-neirong caption {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #DFEFFF;
}
#content-neirong td {
	text-align: left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px;
}
#content-neirong th {
	text-align: left;
	border-top-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-left-color: #CCCCCC;
	padding: 3px;
}
#content-neirong ul, #content-neirong ol {
	padding-left: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content-neirong li {
	line-height: 200%;
	margin-left: 1em;
}
#content-neirong img  {
	margin: 0px;
	max-width: 100%;
	height: auto;
}
#content-neirong p img  {
	margin-left: -2em;
}
#content-neirong object {
	margin: 0px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #f9f9f9;
}
#qq{
	display: none;
}
.shuxing{
	display: none;
	clear: both;
}
.shuxing_menu{
	width: 100%;
	clear: both;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.shuxing_menu a{
	display: inline-block;
	text-decoration: none;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
}
.shuxing_block{
	display: block;
}
.pages {
	font-size: 12px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	text-align: left;
}
.pages a {
	color: #0932A8;
	text-decoration: none;
	border: 1px solid #0932A8;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.pages a:hover {
	background-color: #0932A8;
	color: #FFFFFF;
	border: 1px solid #0932A8;
}
.pages_none {
	background-color: #efefef;
	display: inline;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.pages_now {
	color: #FFFFFF;
	background-color: #014da1;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #014da1;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.chanpin {
	margin: 0px;
	text-align: left;
	width:100%;
	padding: 0px;
}
.chanpin dl{
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.chanpin dl dt img {
	width: 100%;
}
.chanpin dl dd {
	padding: 20px;
}
.chanpin dl dd h2 {
	font-size: 20px;
	text-align: left;
	clear: both;
	font-weight: normal;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.chanpin dl dd h2 a{
	color: #000;
}
.chanpin dl dd p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-weight: normal;
	line-height: 200%;
}
.pingpu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.pingpu dl {
}
.pingpu dl dt {
	margin: 0px;
	text-align: center;
}
.pingpu dl dt img{
	margin: 0px;
	padding: 2%;
	background-color: #E7E7E7;
	width: 96%;
}
.pingpu dl dd {
	text-align: center;
	padding: 0px;
	margin: 10px;
}
#picb_bg {
	background-color: #000;
	height: 100%;
	width: 100%;
	overflow: auto;
	position: fixed;
	z-index: 2000;
	display: none;
	left: 0px;
	top: 0px;
	opacity: .6;
}
#picb_img {
	overflow: auto;
	position: fixed;
	z-index: 2100;
	top: 0px;
	right: 0px;
	text-align: center;
	display: none;
	height: 100%;
	width: 100%;
}
#picb_img img {
	background-color: #FFF;
	padding: 10px;
}
#picb_close {
	background-color: #fff;
	overflow: auto;
	position: fixed;
	z-index: 2200;
	right: 0px;
	top: 0px;
	background-image: url(../image/pic-img/closelabel.gif);
	cursor: pointer;
	height: 40px;
	width: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.pic {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.pic dl {
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
}
.pic dl dt {
	margin: 0px;
	padding: 0px;
}
.pic dl dt img {
	background-color: #f0f0f0;
	border: 5px solid #f0f0f0;
	width: 90%;
}
.pic dl dd {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.fenlei {
	float: left;
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
	background-color: #FFF;
	margin-left: 100px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
.fenlei:hover {
	padding-bottom: 9px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}
.fenlei a {
	display: block;
}

.fenlei a em {
	font-size: 12px;
	font-style: normal;
	color: #CCC;
}

.news {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 14px;
}
.news ul {
	margin: 0px;
	padding: 0px;
}
.news ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/line1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.news ul li a {
	text-decoration: none;
	padding-left: 40px;
	background-image: url(../image/li2.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.news ul li a:hover {
	background-color: #f9f9f9;
}
.form_submit {
	background-color: #f0f2f6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F3F4F8;
	border-bottom-color: #CFD6E2;
	padding: 2%;
	margin-top: 20px;
}
.form_submit ul {
	margin: 0px;
	padding: 0px;
}
.form_submit ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}
.form_submit label{
	width: 100%;
	display: inline-block;
}
.form_submit input[type="text"],.form_submit input[type="email"] {
	width: 96%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFD6E2;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #CFD6E2;
	font-size: 14px;
	border-radius: 3px;
	padding: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.form_submit select {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFD6E2;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #CFD6E2;
	font-size: 14px;
	border-radius: 3px;
	margin-top: 2%;
	margin-bottom: 2%;
	padding: 2%;
}
.form_submit textarea {
	height: 100px;
	width: 96%;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFD6E2;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #CFD6E2;
	font-size: 14px;
	margin-top: 2%;
	margin-bottom: 2%;
	padding: 2%;
}
.form_submit input[type="submit"] {
	color: #FFF;
	background-color: #8b94a5;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AEB5BF;
	border-right-color: #5C6778;
	border-bottom-color: #5C6778;
	border-left-color: #AEB5BF;
	width: 100%;
	margin-left: -28px;
}
.form_submit input[type="submit"]:hover {
	background-color: #CC0000;
	border-top-color: #F00;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #F00;
}
.liuyan {
}
.liuyan ul {
	border: 1px solid #CCC;
	padding: 0px;
	line-height: 200%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.liuyan ul li {
	list-style-type: none;
	padding: 5px;
}
.liuyan_liuyan {
	background-color: #efefef;
}
.liuyan_liuyan strong {
	background-image: url(../image/liuyan_liuyan.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
.liuyan_huifu strong {
	background-image: url(../image/liuyan_huifu.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
.liuyan_huifu {
}
#zhaopin {
}
#zhaopin h2 {
	font-size: 16px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f9f9f9;
	margin-top: 20px;
	margin-bottom: 20px;
}
#zhaopin dl {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}
#zhaopin dl dt {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
	background-color: #E7F5FE;
	padding: 5px;
	font-weight: bold;
}
#zhaopin dl dt img {
	vertical-align: middle;
	padding-right: 20px;
}

#zhaopin dl dd {
	padding: 10px;
}
.more2,.more {
	clear: both;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}
.more a{
	border: 1px solid #ccc;
	display: inline-block;
	padding-top: 5px;
	padding-right: 45px;
	padding-bottom: 5px;
	padding-left: 45px;
	margin-top: 10px;
	color: #777;
	background-color: #eee;
}
.more a:hover {
	border: 1px solid #777;
	display: inline-block;
	text-decoration: none;
	background-color: #777;
	color: #FFF;
}
.more2 a {
	border: 1px solid #FFF;
	display: inline-block;
	padding-top: 5px;
	padding-right: 45px;
	padding-bottom: 5px;
	padding-left: 45px;
	margin-top: 10px;
	color: #FFFFFF;
}
.more2 a:hover {
	border: 1px solid #FFF;
	display: inline-block;
	text-decoration: none;
	background-color: #FFF;
	color: #2571ad;
}
#homepage {
	text-align: left;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#homepage h2 {
	font-size: 24px;
	margin: 0px;
	text-align: center;
	line-height: 100%;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	padding-bottom: 10px;
}
#homepage em  {
	font-size: 16px;
	text-align: center;
	color: #cc272c;
	font-style: normal;
	line-height: 100%;
	display: block;
	margin-bottom: 50px;
}
#about {
	background-color: #FFF;
	width: 100%;
	margin: auto;
	text-align: center;
}
#about #about_btn {
	text-align: center;
	margin: auto;
	padding-bottom: 10px;
}
#about #about_btn a {
	font-size: 14px;
	text-decoration: none;
	width: 30%;
	padding-top: 8px;
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #000;
	display: inline-block;
	text-align: center;
	padding-bottom: 8px;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
#about #about_btn a:hover {
	border: 1px solid #000099;
	color: #FFF;
	background-color: #000099;
}
#about #about_btn a.about_a {
	border: 1px solid #000099;
	color: #FFF;
	background-color: #000099;
}
#about p {
	line-height: 200%;
	text-indent: 2em;
	padding: 10px;
}
#about .about_neirong {
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	width: 100%;
	margin: auto;
	padding-top: 320px;
}
#about #about_profile {
	background-image: url(../image/home_profile.jpg);
}
#about #about_culture {
	background-image: url(../image/home_culture.jpg);
	display: none;
}
#about #about_qualification {
	background-image: url(../image/home_qualification.jpg);
	display: none;
}
#product {
	background-color: #f2f2f4;
	width: 100%;
	margin: auto;
	text-align: center;
}
.products {
	padding: 10px;
}
.products ul li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
}
.products ul li a{
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.products ul li img{
	background-color: #efefef;
	padding: 5px;
	width: 280px;
	height: 180px;
}
.products ul li a:hover img{
	background-color: #ccc;
}
#solutions {
	background-color: #000099;
	width: 100%;
	margin: auto;
	text-align: center;
	padding-bottom: 30px;
}
#solutions h2 {
	color: #FFF;
}
#solutions em {
	color: #e3e3e3;
}
#solutions #solutions_btn {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0a9fe1;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #038bd9;
}
#solutions #solutions_btn a {
	display: inline-block;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #FFF;
	text-decoration: none;
}
#solutions #solutions_btn a:hover {
	color: #000099;
	text-decoration: none;
	background-color: #FFF;
}
#solutions #solutions_btn a.solutions_a {
	color: #000099;
	text-decoration: none;
	background-color: #FFF;
}
.solutions_neirong {
	display: none;
	margin: auto;
	text-align: left;
	padding: 10px;
}
.solutions_neirong h3 {
	color: #FFF;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}
.solutions_neirong h3 a {
	color: #FFF;
}
.solutions_neirong p {
	line-height: 180%;
	color: #FFF;
	text-indent: 2em;
}
.solutions_neirong_block {
	display: block;
}
.solutions_img {
	height: 250px;
	background-repeat: no-repeat;
	background-position: center center;
}
.solutions_content{
	padding-top: 30px;
}
#news {
	background-color: #f2f2f4;
	width: 100%;
	margin: auto;
	text-align: center;
	padding-bottom: 30px;
}
#news ul {
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 100%;
	display: block;
}
#news ul li {
	display: block;
	list-style-type: none;
	border: 1px solid #CCC;
	width: 98%;
	margin-top: 10px;
	margin-right: 0.5%;
	margin-left: 0.5%;
	background-color: #FFF;
	padding: 0px;
	float: left;
	max-width: 490px;
}
#news ul li .news_pic {
	float: left;
}
#news ul li .news_pic img {
	height: 100px;
	width: 135px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 10px;
	padding: 5px;
}
#news ul li h3 {
	color: #0593dd;
	margin: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#news ul li h3 a {
	color: #cc272c;
}
#news ul li p {
	padding: 5px;
	margin: 0px;
}
#Factory {
	background-color: #ffffff;
	width: 100%;
	margin: auto;
	text-align: center;
}
.homepage_news {
	padding: 1%;
	display: inline-block;
	width: 47%;
}
.homepage_news a {
	display: block;
}
.homepage_news dl{
	background-color: #f9f9f9;
	margin-top: 5px;
	margin-bottom: 5px;
}
.homepage_news dl:hover{
	background-color: #efefef;
}
.homepage_news dl dt{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.homepage_news dl dt a{
	font-size: 18px;
}
.homepage_news dl dd{
	line-height: 200%;
	color: #999;
	padding: 10px;
	text-indent: 2em;
}
.main_div {
	margin: auto;
	text-align: left;
	padding-top: 20px;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}
.main_div h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 20px;
}
#content_about_Profile .main_div{
	background-color: #fff;
	background-image: url(../image/about_profile_m.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 210px;
}
#content_about_Profile .main_div p {
	line-height: 150%;
}
#content_about_Honor {
	background-color: #efefef;
	padding-bottom: 30px;
}
#content_about_Sales_network {
	background-image: url(../image/about_sales_network.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #155d76;
	padding-top: 50px;
	padding-bottom: 20px;
	color: #FFF;
}
#content_about_Factory {
	background-color: #efefef;
	padding-bottom: 30px;
}
.main_pic{
	text-align: center;
}
.main_pic a {
	height: 160px;
	width: 280px;
	display: inline-block;
	background-size: cover;
}
#content_about_Qualification {
	background-image: url(../image/about_qualification_m.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
	padding-top: 120px;
}
#content_about_Qualification .main_div p {
	line-height: 150%;
}
#main_Qualification img {
	max-width: 100%;
}

#content_solution{
	width: 100%;
}
#content_solution dl{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#content_solution dl dt{
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center top;
}
#content_solution dl dd{
	margin: 0px;
	padding: 20px;
}
#content_solution dl dd .dd_neirong{
	margin: auto;
	text-align: left;
}
#content_contact {
	text-align: left;
	margin: auto;
	width: 100%;
	padding-bottom: 30px;
}
#content_map {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: fixed;
	display: none;
	top:0px;
	left:0px;
}
#map_btn {
	height: 80px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	display: block;
	background-image: url(../image/map_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}
#map_close {
	background-color: #fff;
	overflow: auto;
	position: fixed;
	z-index: 2200;
	right: 0px;
	top: 0px;
	background-image: url(../image/pic-img/closelabel.gif);
	cursor: pointer;
	height: 40px;
	width: 100px;
	background-repeat: no-repeat;
	background-position: center center;
}
#content_contact_us {
	color: #FFF;
	background-color: #2571ad;
	width: 80%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-left: 10%;
}
#content_contact_us p {
	line-height: 200%;
}
#content_contact_us p strong {
	font-size: 16px;
}
#content_feedback {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content_feedback a img {
	width: 100%;
	height: auto;
}
#content_job {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content_job a img {
	width: 100%;
	height: auto;
}
.dd_neirong h2{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 20px;
}
.dd_neirong p{
	line-height: 150%;
	text-indent: 2em;
}
}
